home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / mac / MAC / School House / Music / Ear Training / Ear Training / card_2477.txt < prev    next >
Text File  |  1988-09-09  |  4KB  |  187 lines

  1. -- card: 2477 from stack: in
  2. -- bmap block id: 4639
  3. -- flags: 0000
  4. -- background id: 2281
  5. -- name: About Card
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   show card field "face mask"
  9.   show card field "face mask II"
  10.   show card field "kat mask"
  11. end closeCard
  12.  
  13.  
  14. -- part 4 (button)
  15. -- low flags: 00
  16. -- high flags: 2000
  17. -- rect: left=252 top=288 right=318 bottom=284
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1012 / 1012
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: New Button
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   visual effect dissolve
  29.   pop card
  30. end mouseUp
  31.  
  32.  
  33.  
  34.  
  35. -- part 6 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=221 top=288 right=318 bottom=253
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 20098 / 20098
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Home
  47. ----- HyperTalk script -----
  48. -----------------------------------------------------------------------
  49. --             Upon clicking on the "home" button
  50. -- action:
  51. --   go to home stack
  52. -----------------------------------------------------------------------
  53. on mouseUp
  54.   go Home
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 7 (button)
  60. -- low flags: 00
  61. -- high flags: A003
  62. -- rect: left=17 top=291 right=318 bottom=139
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Instructions
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   visual effect dissolve
  74.   go card "instructions"
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 8 (button)
  80. -- low flags: 00
  81. -- high flags: A003
  82. -- rect: left=364 top=290 right=317 bottom=486
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: Instructions
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   visual effect dissolve
  94.   go card "instructions"
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 9 (field)
  100. -- low flags: 01
  101. -- high flags: 0001
  102. -- rect: left=397 top=178 right=203 bottom=435
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 0
  106. -- font id: 3
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: face mask
  111.  
  112.  
  113. -- part 11 (field)
  114. -- low flags: 01
  115. -- high flags: 0001
  116. -- rect: left=416 top=211 right=290 bottom=476
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 0
  120. -- font id: 3
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: kat mask
  125.  
  126.  
  127. -- part 13 (field)
  128. -- low flags: 01
  129. -- high flags: 0001
  130. -- rect: left=397 top=202 right=232 bottom=417
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 0
  134. -- font id: 3
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: face mask II
  139.  
  140.  
  141. -- part 12 (button)
  142. -- low flags: 00
  143. -- high flags: 0000
  144. -- rect: left=395 top=196 right=221 bottom=414
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: show kat
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   lock screen
  156.   hide card field "kat mask"
  157.   unlock screen with dissolve slow
  158. end mouseUp
  159.  
  160.  
  161.  
  162. -- part 14 (button)
  163. -- low flags: 00
  164. -- high flags: 0000
  165. -- rect: left=426 top=238 right=263 bottom=445
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 0 / 0
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: show kat
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   lock screen
  177.   hide card field "face mask"
  178.   hide card field "face mask II"
  179.   unlock screen with dissolve slow
  180. end mouseUp
  181.  
  182.  
  183.  
  184. -- part contents for card part 13
  185. ----- text -----
  186.  
  187.